Skip to content

Comments

Feature/support config file#3970

Closed
fabricereix wants to merge 3 commits intomasterfrom
feature/support-config-file
Closed

Feature/support config file#3970
fabricereix wants to merge 3 commits intomasterfrom
feature/support-config-file

Conversation

@fabricereix
Copy link
Collaborator

No description provided.

@fabricereix fabricereix marked this pull request as draft April 16, 2025 12:42
@jcamiel
Copy link
Collaborator

jcamiel commented Apr 23, 2025

FYI, with ripgrep, the config file can be like this:

$ cat $HOME/.ripgreprc
# Don't let ripgrep vomit really long lines to my terminal, and show a preview.
--max-columns=150
--max-columns-preview

# Add my 'web' type.
--type-add
web:*.{html,css,js}*

# Search hidden files / directories (e.g. dotfiles) by default
--hidden

# Using glob patterns to include/exclude files or folders
--glob=!.git/*

# or
--glob
!.git/*

# Set the colors.
--colors=line:none
--colors=line:style:bold

# Because who cares about case!?
--smart-case

Either in ~/.ripgreprc or in ~/.config/ripgrep/config

fn parse_matches(
arg_matches: &ArgMatches,
allow_color: bool,
config_options: CliOptions,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename to default_options

@lepapareil
Copy link
Collaborator

/rebase

@hurl-bot
Copy link
Collaborator

🕗 /rebase is running, please wait for completion.

@hurl-bot
Copy link
Collaborator

🔨 Auto rebase from Orange-OpenSource/hurl/master succeeds, Orange-OpenSource/hurl/feature/support-config-file now embeds these commits:

  • 6705c92 Accept depencies with ISC license https://www.isc.org/download/
  • f76e247 Update hurl version to 7.0.0-SNAPSHOT
  • aa40d01 Cargo lock update for hurl packages when updating branch version
  • 200741e Disable cargo update on updating branch version
  • 42aeeeb Update zizmor conf
  • 59d419d Rename some enum/struc/functions to be more explicit.
  • 7c7b410 Replace deprecated libxml2 initGenericErrorDefaultFunc with xmlSetGenericErrorFunc.
  • 11849ea Update CHANGELOG.

@hurl-bot hurl-bot force-pushed the feature/support-config-file branch from 481ff87 to bbd5d84 Compare April 24, 2025 14:05
@hurl-bot
Copy link
Collaborator

📆 This PR has been closed because there is no activity (commits/comments) for more than 15 days 😥. Feel free to reopen it with new commits/comments.

@hurl-bot hurl-bot closed this May 10, 2025
@jcamiel jcamiel deleted the feature/support-config-file branch January 30, 2026 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants